home *** CD-ROM | disk | FTP | other *** search
- object GrapPropDlg: TGrapPropDlg
- Left = 12
- Top = 121
- BorderStyle = bsDialog
- Caption = 'Graphic File Property Editor'
- ClientHeight = 317
- ClientWidth = 584
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- TextHeight = 16
- object SpeedButton1: TSpeedButton
- Left = 489
- Top = 279
- Width = 89
- Height = 30
- Caption = 'Help'
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000000000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 777777777778887777777777777777777777777777777777778AA87777777777
- 777777788777777777777777778AA87777777777777777788777777777777777
- 78AA87774447777777777788777788877777778878AA87774447777777877788
- 777788877777778A8AA877777777777777887887777777777777778AAAA87777
- 4487777777888887777788777777778AAAAAA877448777777788888888778877
- 7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
- 77888888777777887777778AAA8778447784487777888887778877788777778A
- A87774487774447777888877788777788877778A877774487774447777888777
- 7887777888777788777777447784487777887777778877788777778777777774
- 4444877777877777777888887777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 77777777777777777777}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object Button2: TButton
- Left = 304
- Top = 279
- Width = 89
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 397
- Top = 279
- Width = 89
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 393
- Height = 265
- Caption = 'File Selection'
- TabOrder = 2
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 129
- Height = 16
- AutoSize = False
- Caption = 'File &name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 208
- Width = 177
- Height = 16
- AutoSize = False
- Caption = 'List files of &type:'
- end
- object Label3: TLabel
- Left = 208
- Top = 24
- Width = 153
- Height = 16
- AutoSize = False
- Caption = '&Folders:'
- end
- object DirLabel: TLabel
- Left = 208
- Top = 49
- Width = 177
- Height = 16
- AutoSize = False
- Caption = 'd:\source~1\smarta~1'
- end
- object Label4: TLabel
- Left = 208
- Top = 208
- Width = 161
- Height = 16
- AutoSize = False
- Caption = 'Dri&ves:'
- end
- object Edit1: TEdit
- Left = 16
- Top = 45
- Width = 176
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = '*.WMF;*.BMP'
- end
- object FileListBox1: TFileListBox
- Left = 16
- Top = 76
- Width = 175
- Height = 125
- FileEdit = Edit1
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- Mask = '*.WMF;*.BMP'
- ParentFont = False
- TabOrder = 1
- OnChange = FileListBox1Change
- end
- object FilterComboBox1: TFilterComboBox
- Left = 16
- Top = 227
- Width = 173
- Height = 24
- FileList = FileListBox1
- Filter =
- 'Graphic Files|*.WMF;*.BMP|Metafiles (*.WMF)|*.WMF|Bitmaps (*.BMP' +
- ')|*.BMP|All files (*.*)|*.*'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 208
- Top = 76
- Width = 177
- Height = 125
- DirLabel = DirLabel
- FileList = FileListBox1
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 3
- end
- object DriveComboBox1: TDriveComboBox
- Left = 208
- Top = 227
- Width = 177
- Height = 22
- DirList = DirectoryListBox1
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- end
- object GroupBox2: TGroupBox
- Left = 408
- Top = 8
- Width = 170
- Height = 265
- Caption = 'Preview'
- TabOrder = 3
- object SizeLabel: TLabel
- Left = 8
- Top = 160
- Width = 153
- Height = 17
- AutoSize = False
- Caption = 'Size:'
- end
- object Panel1: TPanel
- Left = 8
- Top = 24
- Width = 153
- Height = 129
- BevelOuter = bvLowered
- BorderWidth = 3
- TabOrder = 0
- object Image1: TImage
- Left = 4
- Top = 4
- Width = 145
- Height = 121
- Align = alClient
- Stretch = True
- end
- end
- object EnablePreview: TCheckBox
- Left = 13
- Top = 208
- Width = 148
- Height = 17
- Caption = '&Enable Preview'
- State = cbChecked
- TabOrder = 1
- end
- object ScalePreview: TCheckBox
- Left = 13
- Top = 230
- Width = 148
- Height = 17
- Caption = '&Scale Preview'
- State = cbChecked
- TabOrder = 2
- OnClick = FileListBox1Change
- end
- end
- object ODSHelp1: TODSHelp
- HelpText.Strings = (
- 'Button2'
- 'Button3'
- 'DirectoryListBox1'
- 'DirLabel'
- 'DriveComboBox1'
- 'Edit1'
- 'EnablePreview'
- 'FileListBox1'
- 'FilterComboBox1'
- 'GroupBox1'
- 'GroupBox2'
- 'Image1'
- 'Label1'
- 'Label2'
- 'Label3'
- 'Label4'
- 'ODSHelp1'
- 'Panel1'
- 'ScalePreview'
- 'SizeLabel'
- 'SpeedButton1')
- HelpText.HelpData = {
- 150001000000000100000000010000000001000000000100000F015468697320
- 6C6973747320746865206469726563746F72696573206F6E2074686520637572
- 72656E746C792073656C6563746564204469736B2044726976652E20546F2073
- 656C656374206120646966666572656E74206469726563746F72792C20202264
- 6F75626C6520636C69636B2220746865206D6F757365206F6E20746865206469
- 726563746F72792072657175697265642E200D0A0D0A22446F75626C6520636C
- 69636B696E672220616C736F2077696C6C206F70656E206F7220636C6F736520
- 61206469726563746F727920747265652C20616C6C6F77696E67207468652064
- 69726563746F72792073747275637475726520746F2062652066756C6C79206E
- 61766967617465642E0001010000000100009F00546869732022726561642D6F
- 6E6C7922206669656C642C20646973706C617920746865206E616D65206F6620
- 7468652063757272656E746C792073656C6563746564206469726563746F7279
- 2E20546F206368616E676520746865206469726563746F72792073656C656374
- 65642C2075736520746865204469726563746F7279204C6973742077696E646F
- 772062656C6F7720746865206669656C642E0001010000000100002601546869
- 73206669656C6420616C6C6F7773207468652073656C656374696F6E206F6620
- 746865204469736B20447269766520726571756972656420746F206265207370
- 656369666965642E204368616E67696E6720746F206120646966666572656E74
- 2064726976652077696C6C20616C6C6F77207468652066696C65732068656C64
- 206F6E207468617420647269766520746F206265636F6D6520656C696769626C
- 6520666F722073656C656374696F6E2E0D0A0D0A546F206368616E6765207468
- 652064726976652073656C65637465642C2075736520746865202264726F702D
- 646F776E22206172726F7720616E642073656C65637420746865207265717569
- 7265642064726976652066726F6D2074686520646973706C61796564206C6973
- 742E000101000000010000A50154686973206669656C6420646973706C617973
- 207468652063757272656E746C792073656C65637465642066696C652C206F72
- 2066696C652066696C74657220696E207573652E0D0A0D0A546F2073656C6563
- 7420612066696C6520746F20626520757365642C2065697468657220656E7465
- 7220746865206E616D65206F66207468652066696C652C20696E636C7564696E
- 6720647269766520616E64206469726563746F72792070617468732069662072
- 657175697265642C206F72206275696C64207468652066696C65206E616D6520
- 7570206279207573696E67207468652066696C652C206469726563746F727920
- 616E642064726976652073656C656374696F6E2077696E646F77732E0D0A0D0A
- 546F20696E766F6B65206120646966666572656E742066696C652066696C7465
- 722C206569746865722074797065207468652066696C74657220696E20646972
- 6563746C7920746F2074686973206669656C64206F72206368616E6765207468
- 652066696C746572206279207573696E672074686520224C6973742046696C65
- 73206F66205479706522206669656C642E000101000000010000D80154686973
- 206F7074696F6E20656E61626C6573207468652070726576696577696E67206F
- 66207468652073656C656374656420677261706869632066696C652C20776974
- 68696E2074686520507265766965772077696E646F772E205768656E20612066
- 696C652069732073656C656374656420627920757365206F6620612073696E67
- 6C65206D6F75736520636C69636B206F6E207468652066696C65206E616D652C
- 20612070726576696577206F6620746861742066696C652077696C6C20626520
- 6C6F616465642066726F6D20746865206469736B20616E642070726576696577
- 65642E204966207468652066696C65206973206E6F74206120737570706F7274
- 656420677261706869632066696C6520747970652C207468656E206E6F207072
- 657669657720696D6167652077696C6C20626520646973706C617965642E0D0A
- 0D0A546865206F7074696F6E2063616E20626520656E61626C6564206F722064
- 697361626C656420627920636C69636B696E6720746865206D6F757365206F6E
- 206974927320636865636B20626F782E20546865206F7074696F6E2069732065
- 6E61626C6564207768656E206120636865636B206D61726B2069732076697369
- 626C652077697468696E2074686520626F782E000101000000010000E5005468
- 6973206C69737473207468652066696C65732077697468696E20746865206375
- 7272656E746C792073656C6563746564206469726563746F7279207468617420
- 6D61746368207468652066696C652066696C7465722063757272656E746C7920
- 696E206566666563742E20546F2073656C65637420612066696C652066726F6D
- 2074686973206C6973742C2065697468657220686967686C6967687420746865
- 2066696C6520616E6420707265737320656E7465722C206F722073696D706C79
- 20636C69636B206F6E207468652066696C65207769746820746865206D6F7573
- 652E000101000000010000520154686973206669656C6420616C6C6F77732074
- 68652066696C657320646973706C617965642077697468696E20746865206669
- 6C65206C6973742077696E646F7720746F2062652066696C746572656420746F
- 2073686F77206F6E6C79206365727461696E2066696C652074797065732E0D0A
- 0D0A546F206368616E6765207468652066696C7465722063757272656E746C79
- 20696E206566666563742C2075736520746865202264726F7020646F776E2220
- 6172726F7720616E642073656C65637420616E6F746865722066696C74657220
- 66726F6D2074686520646973706C61796564206C6973742E20546F2075736520
- 612066696C746572206E6F7420737570706F7274656420627920746869732066
- 69656C642C2073696D706C6520656E746572207468652066696C746572207265
- 71756972656420746F207468652046696C65204E616D65206669656C642E0001
- 0100000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000330154686973206973
- 2074686520496D61676520507265766965772077696E646F772E205468697320
- 77696E646F772077696C6C20646973706C61792061207072657669657720696D
- 616765206F66207468652063757272656E746C792073656C6563746564206772
- 61706869632066696C652E0D0A0D0A4279206D616B696E6720757365206F6620
- 7468697320666163696C6974792C2069742069732065617369657220746F2062
- 726F777365207468726F756768206120636F6C6C656374696F6E206F66206772
- 61706869632066696C657320746F2066696E642074686520696D616765207265
- 7175697265642C206173206561636820696D6167652063616E20626520707265
- 766965776564206265666F7265206C6F6164696E6720746F2074686520506167
- 652044657369676E65722E000101000000010000660154686973206F7074696F
- 6E20656E61626C657320616E7920707265766965776564206772617068696320
- 696D6167652C20746F206265207363616C656420746F20666974207468652073
- 697A65206F662074686520707265766965772077696E646F772E204966206120
- 6C6172676520696D6167652069732073656C656374656420616E642074686973
- 206F7074696F6E2069732064697361626C65642C207468656E206F6E6C792061
- 20706F7274696F6E206F662074686520696D6167652077696C6C206265207669
- 7369626C652E0D0A0D0A546865206F7074696F6E2063616E20626520656E6162
- 6C6564206F722064697361626C656420627920636C69636B696E672074686520
- 6D6F757365206F6E206974927320636865636B20626F782E20546865206F7074
- 696F6E20697320656E61626C6564207768656E206120636865636B206D61726B
- 2069732076697369626C652077697468696E2074686520626F782E0001010000
- 000100006B0054686973202272656164206F6E6C7922206669656C642070726F
- 766964657320616E20696E6469636174696F6E206F66207468652073697A6520
- 6F66207468652063757272656E746C7920707265766965772066696C652C2069
- 6E2073637265656E20706978656C732E00010100000001000000000100000000}
- Color = 15269887
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = True
- MaxWidth = 300
- MoreText = 'More Information...'
- Left = 8
- Top = 280
- end
- end
-